*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:'Exo 2',sans-serif;color:#f0f0f0;background:#0a0a0a;background-image:radial-gradient(ellipse at center,#1a1a1a 0,#0a0a0a 100%);display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem;-webkit-font-smoothing:antialiased}main{max-width:600px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.logo{width:80px;height:80px;object-fit:contain;margin-bottom:.5rem}h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2}p{font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:400;line-height:1.6;opacity:.9}.cta{display:inline-block;background-color:#00ff7f;color:#000;font-family:'Exo 2',sans-serif;font-size:1.1rem;font-weight:700;text-decoration:none;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem;box-shadow:0 4px 15px rgba(0,255,127,.2)}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,255,127,.3);outline:2px solid #00ff7f;outline-offset:2px}#cookie-banner{position:fixed;bottom:-100%;left:0;right:0;background-color:#1a1a1a;color:#f0f0f0;padding:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;box-shadow:0 -2px 10px rgba(0,0,0,.5);transition:bottom .5s ease;z-index:1000;flex-wrap:wrap}#cookie-banner.show{bottom:0}#cookie-banner p{font-size:.9rem;opacity:1;line-height:1.4;margin:0}#cookie-accept{background-color:#00ff7f;color:#000;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-family:'Exo 2',sans-serif;font-weight:700;font-size:.9rem;flex-shrink:0}#cookie-accept:hover,#cookie-accept:focus{background-color:#00e673;outline:1px solid #fff}